home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / ifexist.zip / README.BAT < prev    next >
DOS Batch File  |  1987-10-05  |  2KB  |  49 lines

  1. Echo Off
  2. Cls
  3. Echo ╔════════════════════════════════════════════════════════════════════════╗
  4. Echo ║ "IF EXIST" Utilities «*» Version 1.0 «*» 05 Oct 1987 «*» Davy Crockett 
  5. Echo ╚════════════════════════════════════════════════════════════════════════╝
  6. Echo  
  7. Echo TYPEOF.COM : Usage: TYPEOF [drive:]
  8. Echo  
  9. Echo     Returns an error level depending on the type of DOS being used.
  10. Echo     Currently only checks for: IBM 3.1, NCR 3.1, and Leading Edge 3.1.
  11. Echo  
  12. Echo DIROF.COM  : Usage: DIROF  [pathname]
  13. Echo  
  14. Echo     Returns an error level indicating whether the specified directory exists.
  15. Echo  
  16. Echo FILEOF.COM : Usage: FILEOF [pathname]
  17. Echo  
  18. Echo     Returns an error level indicating whether the specified file exists.
  19. Echo  
  20. Echo MONOF.COM  : Usage: MONOF  [garbage]
  21. Echo  
  22. Echo     Returns an error level indicating the type of monitor (mono/color).
  23. Echo  
  24. Pause
  25. Cls
  26. Echo ╔════════════════════════════════════════════════════════════════════════╗
  27. Echo ║ "IF EXIST" Utilities «*» Version 1.0 «*» 05 Oct 1987 «*» Davy Crockett 
  28. Echo ╚════════════════════════════════════════════════════════════════════════╝
  29. Echo  
  30. Echo Note 1: All programs may be executed without a parameter and they will
  31. Echo         display a list of their respective return codes (errorlevel).
  32. Echo  
  33. Echo Note 2: These routines will not cause the dreaded "Abort, Retry or
  34. Echo         Ignore?" message from DOS.  They will instead return an
  35. Echo         error level of 0 indicating that there is no diskette in
  36. Echo         the drive.
  37. Echo  
  38. Echo Note 3: These routines will NOT work on files located on a LAN.
  39. Echo  
  40. Echo Note 4: I am not sure if TYPEOF.COM will work on a bootable Bernoulli
  41. Echo         cartridge.  Any feedback would be appreciated.  The other two
  42. Echo         routines will work on Bernoulli cartridges.
  43. Echo  
  44. Echo Note 5: Sample .BAT files have been included: TO.BAT for TYPEOF.COM,
  45. Echo         FO.BAT for FILEOF.COM, DO.BAT for DIROF.COM and MO.BAT for
  46. Echo         MONOF.COM.
  47. Echo  
  48. Pause
  49.